home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / sound / players / naudio.lzh / naudio / examples / naudio.prj < prev    next >
Text File  |  1993-11-09  |  718b  |  24 lines

  1. ;>>>>>>> NAUDIO.PRJ for use with single module programs <<<<<<<<
  2.  
  3. *                  ; name of executable program is topmost window
  4. .C [ -Y ]
  5. .L [ -L -Y ]
  6. .S [ -Y ]
  7. =                  ; list of modules follows...
  8.  
  9. PCSTART.O          ; startup code
  10.  
  11. *                  ; compile topmost window
  12.  
  13. PCBGILIB.LIB       ; BGI library
  14. PCFLTLIB.LIB       ; floating point library
  15. PCSTDLIB.LIB       ; standard library
  16.  
  17. PCEXTLIB.LIB       ; extended library
  18. PCTOSLIB.LIB       ; TOS library
  19. PCGEMLIB.LIB       ; AES and VDI library
  20. NAUDIO.LIB             ; NAUDIO library
  21. NALLOC.LIB             ; malloc for NAUDIO
  22. DACS\SDAC2.O         ; DAC table for PSG engine
  23. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  24.